ComponentOne ASP.NET MVC Controls
RSI<T> Constructor

C1.Web.Mvc.Finance Namespace > RSI<T> Class : RSI<T> Constructor
The owner should be derived from FlexChartCore
Creates one RSI<T> instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal owner As FlexChartCore(Of T) _
)
public RSI<T>( 
   FlexChartCore<T> owner
)

Parameters

owner
The owner should be derived from FlexChartCore
See Also

Reference

RSI<T> Class
RSI<T> Members